net.sf.webphotos.gui.util
Class ImageFilter
java.lang.Object
javax.swing.filechooser.FileFilter
net.sf.webphotos.gui.util.ImageFilter
public class ImageFilter
- extends FileFilter
Filtro da seleção de imagens.
- Author:
- felipe
Method Summary |
boolean |
accept(File f)
Retorna uma variável lógica que indica se o arquivo é válido. |
String |
getDescription()
Retorna a descrição "Imagens jpeg e jpg". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageFilter
public ImageFilter()
accept
public boolean accept(File f)
- Retorna uma variável lógica que indica se o arquivo é válido.
Aceita todos os diretorios e formatos de imagem .jpeg e .jpg.
- Specified by:
accept
in class FileFilter
- Parameters:
f
- Arquivo ou diretório.
- Returns:
- Retorna um valor lógico.
getDescription
public String getDescription()
- Retorna a descrição "Imagens jpeg e jpg".
- Specified by:
getDescription
in class FileFilter
- Returns:
- Retorna uma descrição.
Copyright © 2008-2012. All Rights Reserved.